BODY{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#img1{
      width: 200px;
  height: 300px;
  object-fit: cover;
}

#img2{
      width: 200px;
  height: 300px;
  object-fit: cover;
  object-position: 10% 100%;
}